Skip to content

Update to v0.14.0-rc3 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Update to v0.14.0-rc3 #7

merged 2 commits into from
Dec 11, 2020

Conversation

JordanMartinez
Copy link
Contributor

spago.dhall Outdated
Comment on lines 1 to 4
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove this comment?

@@ -1,6 +1,6 @@
name: CI

on: push
on: [push, pull_request]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]

spago.dhall Outdated
Comment on lines 1 to 4
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{-
Welcome to a Spago project!
You can edit this file as you like.
-}

spago.dhall Outdated
{ name = "web-cssom"
, dependencies = [ "web-dom", "web-html", "psci-support" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
, sources = [ "src/**/*.purs" ]

We can either trim the sources or add a dummy test.

@thomashoneyman
Copy link
Contributor

@JordanMartinez looks like this library was missed when updating them all to 0.14.0-rc3 with Bower.

@JordanMartinez
Copy link
Contributor Author

@thomashoneyman Thanks. I've updated my PR to use bower rather than Spago

@JordanMartinez
Copy link
Contributor Author

CI builds

@thomashoneyman thomashoneyman merged commit 29c736f into purescript-web:master Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants